home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / Selector / Selector55.readme < prev    next >
Text File  |  1997-06-09  |  6KB  |  145 lines

  1. Short:    Powerful script based launching tool.
  2. Uploader: di3andpe@ida.his.se (Anders Persson)
  3. Author:   di3andpe@ida.his.se (Anders Persson)
  4. Version:  5.5
  5. Type:     util/misc
  6. Replaces: util/misc/selector54.lha
  7.  
  8.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  9.   * Description *
  10.  
  11.   Highly configurable launching tool for almost any purpose. But
  12.   it is not yet another program like toolsdeamon or launchingpad.
  13.   Selector serves as a complement to these types of programs. It's
  14.   more like a script language.
  15.  
  16.   Selector is a powerful tool to use within shell scripts or to
  17.   make a little GUI for your CLI type program. I have for example
  18.   made a GUI for GMPlay (gmplay_gui13.lha on Aminet) using selector.
  19.   
  20.   It is really easy to produce a button panel, info window  or a little
  21.   requester with selector.
  22.  
  23.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  24.  * Requirements *
  25.  
  26.  Selector needs AmigaDos2.0. A hard disk is strongly recommended.
  27.  Some of the included examples need AmigaOS3+
  28.  
  29.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  30.  * What's new in Selector 5.5 (970609) *
  31.  
  32.   -Bugfix: The X and Y option atPointer did not work if you let selector
  33.    open its own screen.
  34.   
  35.   -Selector can now work with ExecuteHack (by Norbert Püschel). ExecuteHack
  36.    is also included as a bonus tool. This means that you can protect a
  37.    selector script +S and then run it as a executable program.
  38.  
  39.  -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=-
  40.  * What was new in Selector 5.4 (970529) *
  41.   
  42.   -Added new options to the X and Y commands that makes it possible to
  43.    open the window where the mouse pointer is. Useful for popup menues etc.
  44.   
  45.   -Changed the noborder command to Border ON/OFF. This to make the
  46.    commands more similar to each other. For example: Close ON/OFF, Title OFF
  47.    etc. But the NOBORDER command is still available for compability reasons.
  48.   
  49.   -Reworked the command reference part of the documentation.
  50.  
  51.  -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=-
  52.  * What was new in Selector 5.3 (970521) * 
  53.   
  54.   -Bugfix: The error handling routine introduced in the last version
  55.    calls the routine that handles string enclosing (with " ' @ etc.)
  56.    So, if there was an error enclosing a string, these two routines
  57.    keept on calling eachother until the stack was overflowed.
  58.   
  59.   -New version of the SelectorFont program. It can now remember what
  60.    font you last selected, so that it won't start with topaz 8 all the
  61.    time. Please note that the shell options not are the same.
  62.    Try "SelectorFont ?" for more specific information.
  63.   
  64.   -New bonus tools: 
  65.        SelectorText: Converts (and optionally reformats) a text file to
  66.                      a selector script file.
  67.               WBRun: Starts a program like it was started from workbench.
  68.   
  69.  -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=-
  70.  * What was new in Selector 5.2 (970422) *
  71.   
  72.   -Bugfix: Selector did not work with FastIPrefs or ToolManager.
  73.    Thanks to Stefan Nilsson for the bug report!
  74.   
  75.   -The error handling was extended so that longer error messages
  76.    now can be displayed without problems.
  77.  
  78.   -Bug fixed in the version command.
  79.  
  80.  -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=-
  81.  * What was new in Selector 5.1 (970407) *
  82.   
  83.   -I discovered that I needed to use both "-signs and '-signs in strings,
  84.    so I extended the string enclosing signs from ( " and ' ) to
  85.    ( "  '  @  #  £  ^  and  & ). So now you can write for example:
  86.    text ^Isn't this "cool"?^ for the text: Isn't this "cool"?  
  87.    
  88.    Or a little more concrete example:
  89.        screen DM
  90.        button Tempdir  @rx "address DM newdir 'dh2:temp/*'"@
  91.        button ^Mark lha^  &rx "address DM select '*.lha'"&
  92.   
  93.   -Bugfix:
  94.    It wasn't possible to use fonts larger than about 40.
  95.    
  96.   -Bugfix:
  97.    The window became to big when using "noborder".
  98.  
  99.  -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=- -=-
  100.  * What was new in Selector 5.0 (970319) *
  101.   
  102.    -Bug on graphics cards and super hires fixed.
  103.    
  104.    -Fonts support. New command: Font
  105.    
  106.    -New support program: SelectorFont, to set the default font for
  107.     selector, or request a font in your scripts. This program
  108.     needs asl.library.
  109.    
  110.    -Now possible to open the window on any public screen 
  111.     using the extended SCREEN command.
  112.    
  113.    -The X and Y commands were extended.  
  114.    
  115.    -New command: OnExit
  116.    
  117.    -New button/onchange/onexit options: Quit, DumpX, DumpY
  118.    
  119.    -The button/onchange/onexit option "Update" will now ignore the X and
  120.     Y commands. If you want selector to behave as before: Use Load [this]
  121.     instead of update.
  122.     
  123.    -AmigaDos1.3 no longer supported. At least AmigaDos2.0 is needed.
  124.     Some of the included examples need AmigaOS3.
  125.     
  126.    -Added "Bonus Tools"
  127.    
  128.    -The copyrights is changed.
  129.  
  130.           Greetings to Henrik Thurén, "KnC" McWhirter, Jörn Hansson
  131.             and Stefan Nilsson! Thanks for your help and support!
  132.    
  133.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  134.  * Copyrights *
  135.  
  136.   Selector is Copyrighted (C) 1997 by Anders Persson, but you can
  137.   distribute it with your freeware software as long as you also include
  138.   this readme file.
  139.   
  140.   You can also include selector with any shareware or commercial
  141.   software, as long as you send me a registred version of your product. 
  142.   
  143.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  144.  
  145.